Use buttons in SettingsView.
This commit is contained in:
@ -45,7 +45,9 @@ namespace zaaReloaded2.ViewModels
|
||||
{
|
||||
return ((ControlElementBase)Element).CanHaveChildren;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public override string ToolTip { get { return Element.Label; } }
|
||||
|
||||
#endregion
|
||||
|
||||
|
@ -39,6 +39,8 @@ namespace zaaReloaded2.ViewModels
|
||||
get { return Element.Label; }
|
||||
}
|
||||
|
||||
public abstract string ToolTip { get; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region Constructors
|
||||
|
@ -46,6 +46,8 @@ namespace zaaReloaded2.ViewModels
|
||||
/// </summary>
|
||||
public ControlElementViewModel Parent { get; set; }
|
||||
|
||||
public override string ToolTip { get { return Element.Label; } }
|
||||
|
||||
#endregion
|
||||
|
||||
#region Commands
|
||||
|
Reference in New Issue
Block a user