use tablelayoutpanel & add CancelButtonVisible
This commit is contained in:
@@ -26,8 +26,14 @@ namespace Pilz.UI.Telerik.Dialogs
|
||||
|
||||
protected bool ActionPanelVisible
|
||||
{
|
||||
get => panel_ActionButtons.Visible;
|
||||
set => panel_ActionButtons.Visible = value;
|
||||
get => tableLayoutPanel_ActionButtons.Visible;
|
||||
set => tableLayoutPanel_ActionButtons.Visible = value;
|
||||
}
|
||||
|
||||
protected bool CancelButtonVisible
|
||||
{
|
||||
get => radButton_Cancel.Visible;
|
||||
set => radButton_Cancel.Visible = value;
|
||||
}
|
||||
|
||||
protected bool CancelButtonEnable
|
||||
|
||||
Reference in New Issue
Block a user