Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The TabCellFormatDlg class implements formatting dialog box.
Formatting dialog box can be used to create new formatting styles or to edit existing styles.
Class required to get analog of the TabCellFormatDlg class:
None;
Class that is to get analog of the TabCellFormatDlg class object:
TabCellFormatDlgClass;
Property name | Brief description | |
ActivePage | The ActivePage property determines active page of the formatting dialog box. | |
Style | The Style property selects the style, which settings are shown in the formatting dialog box. |
Method name | Brief description | |
DisableItem | The DisableItem method blocks settings of a specified elements so that they cannot be configured in the formatting dialog box. | |
EnableItem | The EnableItem method unblocks whether settings of a specified element can be blocked on processing the formatting dialog box. | |
ExcludePage | The ExcludePage method excludes selected page from the list of pages shown in the formatting dialog box. | |
IncludePage | The IncludePage method includes selected page into the list of pages shown in the formatting dialog box. | |
Show | The Show method shows formatting dialog box. | |
ShowDialog | The ShowDialog method shows formatting dialog box and returns result with which the dialog box was closed. |
See also: