WindowHelpButtonView

StockSharp.Xaml.Windows.Maui

Help button for window/page title bar that opens documentation URL in browser. Can be used as a ToolbarItem content or embedded in navigation bar.

Inherits: ContentView

Constructors

WindowHelpButtonView()

Creates a new WindowHelpButtonView.

Properties

DocUrl : string

Internet address of help site.

Methods

CreateToolbarItem(string) : ToolbarItem

Creates a ToolbarItem for use in a page's toolbar.

docUrl
The documentation URL to open.

Returns: A configured ToolbarItem.

Fields

DocUrlProperty : BindableProperty

Bindable property for DocUrl.