HelpButton
StockSharp.Xaml
Кнопка помощи.
Наследует: SimpleButton
Реализует: IComponentConnector
Конструкторы
HelpButton
public HelpButton()
helpButton = HelpButton()
Инициирует новый экземпляр документа HelpButton.
Свойства
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.