Свойство | Type | Description | |
---|---|---|---|
headerNumberPart | string |
Méthode | Description | |
---|---|---|
Is ( System.Guid id ) : bool | ||
UpdateState ( ) : void |
manual updating the state of child controls
|
|
UpdateTitle ( ) : void |
Méthode | Description | |
---|---|---|
OnFormClosed ( System.Windows.Forms.FormClosedEventArgs e ) : void |
On closing. Free controls references.
|
|
OnFormClosing ( |
Before closing.
|
|
OnTextChanged ( System e ) : void |
If this is first-time Text change, remember original text
|
|
SetAlwaysEditable ( |
Derived class can set some it's controls as an exception to be not processed on switching edit mode. Overrides previous setting for this control
|
|
SetAlwaysReadOnly ( |
Derived class can set some it's controls as always read only, and they won't be editable in edit mode. Overrides previous setting for this control
|
|
SetConditional ( |
Derived class can set some it's controls as conditional read/edit mode, depending on real mode Overrides previous setting for this control
|
Méthode | Description | |
---|---|---|
SetCaption ( ) : void |
Set new caption according to current state of document
|
|
SetEditModeAllChildren ( |
Set read/edit mode for given control and all it's children (always read only will remain read only)
|
protected OnFormClosed ( System.Windows.Forms.FormClosedEventArgs e ) : void | ||
e | System.Windows.Forms.FormClosedEventArgs | |
Résultat | void |
protected OnFormClosing ( |
||
e | used for decision whether to close form or not | |
Résultat | void |
protected OnTextChanged ( System e ) : void | ||
e | System | to pass to base class |
Résultat | void |
protected SetAlwaysEditable ( |
||
c | reference to control | |
Résultat | void |
protected SetAlwaysReadOnly ( |
||
c | reference to control | |
Résultat | void |
protected SetConditional ( |
||
c | reference to control | |
IsEditableMethod | bool>.Func | |
Résultat | void |