Property | Type | Description | |
---|---|---|---|
CanApplyStyle | bool | ||
CanDelete | bool | ||
CanInsertText | bool | ||
Delete | void | ||
InsertText | void |
Method | Description | |
---|---|---|
StringHookup ( object target, Func |
||
StringPropChanged ( object modifiedObject, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CanApplyStyle ( |
Returns false because a style cannot be stored in a string
|
|
CanDelete ( |
||
CanInsertText ( |
||
Delete ( |
||
InsertText ( |
public StringHookup ( object target, Func |
||
target | object | |
reader | Func |
|
hookAdder | Action |
|
hookRemover | Action |
|
para | IStringParaNotification | |
return | System |
public StringPropChanged ( object modifiedObject, |
||
modifiedObject | object | |
args | ||
return | void |