HelpButton

StockSharp.Xaml

Help button.

继承自: SimpleButton

实现: IComponentConnector

构造函数

HelpButton()

Initializes a new instance of the HelpButton.

属性

DocUrl : string

Internet address of help site.

ShowText : bool

Show text instead of image. The default is off.

方法

InitializeComponent()

InitializeComponent

OnClick()

Called when a Button is clicked.

字段

DocUrlProperty : DependencyProperty

DependencyProperty for DocUrl.

ShowTextProperty : DependencyProperty

DependencyProperty for ShowText.