HelpButton

StockSharp.Xaml

Hilfe-Button.

Erbt von: SimpleButton

Implementiert: IComponentConnector

Konstruktoren

HelpButton
public HelpButton()
helpButton = HelpButton()

Initialisiert eine neue Instanz von HelpButton.

Eigenschaften

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

Internetadresse der Hilfeseite.

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

Text statt Bild anzeigen. Der Standard ist ausgeschaltet.

Methoden

InitializeComponent
public void InitializeComponent()
helpButton.InitializeComponent()

InitializeComponent

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

Aufruf, wenn ein Knopf angeklickt wird.

Felder

DocUrlProperty
public static readonly DependencyProperty DocUrlProperty
value = HelpButton.DocUrlProperty

DependencyProperty für DocUrl.

ShowTextProperty
public static readonly DependencyProperty ShowTextProperty
value = HelpButton.ShowTextProperty

DependencyProperty für ShowText.