HelpButton

StockSharp.Xaml

Help button.

Erbt von: SimpleButton

Implementiert: IComponentConnector

Konstruktoren

HelpButton()

Initializes a new instance of the HelpButton.

Eigenschaften

DocUrl : string

Internet address of help site.

ShowText : bool

Show text instead of image. The default is off.

Methoden

InitializeComponent()

InitializeComponent

OnClick()

Called when a Button is clicked.

Felder

DocUrlProperty : DependencyProperty

DependencyProperty for DocUrl.

ShowTextProperty : DependencyProperty

DependencyProperty for ShowText.