Table of Contents

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

public static readonly DependencyProperty DocUrlProperty

Field Value

DependencyProperty

ShowTextProperty

public static readonly DependencyProperty ShowTextProperty

Field Value

DependencyProperty

Properties

DocUrl

Internet address of help site.

public string DocUrl { get; set; }

Property Value

string

ShowText

Show text instead of image. The default is off.

public bool ShowText { get; set; }

Property Value

bool

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

OnClick()

Called when a Button is clicked.

protected override void OnClick()