HelpButton

StockSharp.Xaml

Help button.

Inherits: SimpleButton

Implements: IComponentConnector

Constructors

HelpButton
public HelpButton()
helpButton = HelpButton()

Initializes a new instance of the HelpButton.

Properties

DocUrl
public string DocUrl { get; set; }
value = helpButton.DocUrl
helpButton.DocUrl = value

Internet address of help site.

ShowText
public bool ShowText { get; set; }
value = helpButton.ShowText
helpButton.ShowText = value

Show text instead of image. The default is off.

Methods

InitializeComponent
public void InitializeComponent()
helpButton.InitializeComponent()

InitializeComponent

OnClick
protected override void OnClick()
helpButton.OnClick()

Called when a Button is clicked.

Fields

DocUrlProperty
public static readonly DependencyProperty DocUrlProperty
value = HelpButton.DocUrlProperty

DependencyProperty for DocUrl.

ShowTextProperty
public static readonly DependencyProperty ShowTextProperty
value = HelpButton.ShowTextProperty

DependencyProperty for ShowText.