HelpButton

StockSharp.Xaml

Help button.

Inherits: SimpleButton

Implements: IComponentConnector

Constructors

HelpButton()

Initializes a new instance of the HelpButton.

Properties

DocUrl : string

Internet address of help site.

ShowText : bool

Show text instead of image. The default is off.

Methods

InitializeComponent()

InitializeComponent

OnClick()

Called when a Button is clicked.

Fields

DocUrlProperty : DependencyProperty

DependencyProperty for DocUrl.

ShowTextProperty : DependencyProperty

DependencyProperty for ShowText.