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.

继承自: ContentView

构造函数

WindowHelpButtonView()

Creates a new WindowHelpButtonView.

属性

DocUrl : string

Internet address of help site.

方法

CreateToolbarItem(string) : ToolbarItem

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

docUrl
The documentation URL to open.

返回值: A configured ToolbarItem.

字段

DocUrlProperty : BindableProperty

Bindable property for DocUrl.