HelpButton
StockSharp.Xaml
帮助按钮。
继承自: SimpleButton
构造函数
属性
DocUrl
public string DocUrl { get; set; }
value = helpButton.DocUrl
helpButton.DocUrl = value
帮助网站的互联网地址.
ShowText
public bool ShowText { get; set; }
value = helpButton.ShowText
helpButton.ShowText = value
显示文本而不是图像。 默认已关闭 。
方法
InitializeComponent
public void InitializeComponent()
helpButton.InitializeComponent()
InitializeComponent
字段
DocUrlProperty
public static readonly DependencyProperty DocUrlProperty
value = HelpButton.DocUrlProperty
DependencyProperty 为DocUrl.
ShowTextProperty
public static readonly DependencyProperty ShowTextProperty
value = HelpButton.ShowTextProperty
DependencyProperty 为ShowText.