Class HelpButton
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Help button.
public class HelpButton : SimpleButton, IComponentConnector
- Inheritance
-
HelpButton
- Implements
- Extension Methods
Constructors
HelpButton()
Initializes a new instance of the HelpButton.
public HelpButton()
Fields
DocUrlProperty
System.Windows.DependencyProperty for DocUrl.
public static readonly DependencyProperty DocUrlProperty
Field Value
- DependencyProperty
ShowTextProperty
System.Windows.DependencyProperty for ShowText.
public static readonly DependencyProperty ShowTextProperty
Field Value
- DependencyProperty
Properties
DocUrl
Internet address of help site.
public string DocUrl { get; set; }
Property Value
ShowText
Show text instead of image. The default is off.
public bool ShowText { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
OnClick()
Called when a Button is clicked.
protected override void OnClick()