HelpButton

StockSharp.Xaml

Botón de ayuda.

Hereda de: SimpleButton

Implementa: IComponentConnector

Constructores

HelpButton
public HelpButton()
helpButton = HelpButton()

Inicia una nueva instancia de la HelpButton.

Propiedades

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

Dirección de Internet del sitio de ayuda.

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

Mostrar texto en lugar de imagen.

Métodos

InitializeComponent
public void InitializeComponent()
helpButton.InitializeComponent()

InitializeComponent

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

Llamado cuando se hace clic en un botón.

Campos

DocUrlProperty
public static readonly DependencyProperty DocUrlProperty
value = HelpButton.DocUrlProperty

DependencyProperty for DocUrl.

ShowTextProperty
public static readonly DependencyProperty ShowTextProperty
value = HelpButton.ShowTextProperty

DependencyProperty for ShowText.