Disable Split and Merge buttons for RO Tables
This commit is contained in:
parent
b7e0e78ca9
commit
c95527574f
@ -3212,10 +3212,10 @@ namespace Volian.Controls.Library
|
|||||||
btnTblInside.Enabled = enable;
|
btnTblInside.Enabled = enable;
|
||||||
btnTblDgnInsertColumn.Enabled = enableContent;
|
btnTblDgnInsertColumn.Enabled = enableContent;
|
||||||
btnTblDgnInsertRow.Enabled = enableContent;
|
btnTblDgnInsertRow.Enabled = enableContent;
|
||||||
btnTblDgnMergeCells.Enabled = enable;
|
btnTblDgnMergeCells.Enabled = enableContent;
|
||||||
btnCmGridPaste.Enabled =
|
btnCmGridPaste.Enabled =
|
||||||
btnTblDgnPaste.Enabled = ((VlnFlexGrid.MyCopyInfo.MyCopiedFlexGrid != null) && enableContent);
|
btnTblDgnPaste.Enabled = ((VlnFlexGrid.MyCopyInfo.MyCopiedFlexGrid != null) && enableContent);
|
||||||
btnTblDgnSplitCells.Enabled = enable;
|
btnTblDgnSplitCells.Enabled = enableContent;
|
||||||
}
|
}
|
||||||
public void SetRibbonForGridCellIndent()
|
public void SetRibbonForGridCellIndent()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user