Class ControlBindableBase
- Namespace
- H.Windows.Ribbon
- Assembly
- H.Windows.Ribbon.dll
public abstract class ControlBindableBase : BindableBase, INotifyPropertyChanged
- Inheritance
-
ControlBindableBase
- Implements
-
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
ControlBindableBase()
public ControlBindableBase()
Properties
Command
public ICommand Command { get; set; }
Property Value
- ICommand
Data
public object Data { get; set; }
Property Value
- object
public string FormalLabel { get; set; }
Property Value
- string
HelpToken
public string HelpToken { get; set; }
Property Value
- string
HotkeysDescription
public string HotkeysDescription { get; set; }
Property Value
- string
ImageSize
public RibbonImageSize ImageSize { get; set; }
Property Value
- RibbonImageSize
IsLabelVisible
public bool IsLabelVisible { get; set; }
Property Value
- bool
IsVisible
public bool IsVisible { get; set; }
Property Value
- bool
KeyTip
public string KeyTip { get; set; }
Property Value
- string
Label
public string Label { get; set; }
Property Value
- string
LargeImage
public ImageSource LargeImage { get; set; }
Property Value
- ImageSource
public object OriginalToolTipDescription { get; set; }
Property Value
- object
SizeDefinition
public RibbonControlSizeDefinition SizeDefinition { get; set; }
Property Value
- RibbonControlSizeDefinition
SmallImage
public ImageSource SmallImage { get; set; }
Property Value
- ImageSource
public string ToolTipDescription { get; set; }
Property Value
- string
public string ToolTipFooterDescription { get; set; }
Property Value
- string
public Uri ToolTipFooterImage { get; set; }
Property Value
- Uri
public string ToolTipFooterTitle { get; set; }
Property Value
- string
public Uri ToolTipImage { get; set; }
Property Value
- Uri
public string ToolTipTitle { get; set; }
Property Value
- string
public string ToolTipTitleConcatHotKeys { get; }
Property Value
- string
Methods
RefreshSizeDefinitions(RibbonImageSize, bool)
protected virtual void RefreshSizeDefinitions(RibbonImageSize imageSize, bool isLabelVisible)
Parameters
imageSize
RibbonImageSize
isLabelVisible
bool