Property | Type | Description | |
---|---|---|---|
dbugCount02 | int |
Method | Description | |
---|---|---|
ClearPreviousSelection ( ) : void | ||
ContainerInvalidateGraphics ( ) : void | ||
CopySelection ( System stbuilder ) : void | ||
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
PerformLayout ( |
||
PerformPaint ( |
||
SetMaxSize ( float maxWidth, float maxHeight ) : void | ||
SetSelection ( |
Method | Description | |
---|---|---|
OnAllDisposed ( ) : void | ||
OnLayoutFinished ( ) : void | ||
OnRequestImage ( ImageBinder binder, object reqFrom, bool _sync ) : void | ||
OnRequestScrollView ( |
||
OnRootCreated ( |
||
OnRootDisposed ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool all ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
RaiseImageRequest ( ImageBinder binder, object reqBy, bool _sync ) : void | ||
RequestScrollView ( |
||
UpdateSizeIfWiderOrHigher ( float newWidth, float newHeight ) : void | ||
dbugAddToProperContainer ( |
public abstract ClearPreviousSelection ( ) : void | ||
return | void |
public abstract ContainerInvalidateGraphics ( ) : void | ||
return | void |
public abstract CopySelection ( System stbuilder ) : void | ||
stbuilder | System | |
return | void |
protected abstract OnRequestImage ( ImageBinder binder, object reqFrom, bool _sync ) : void | ||
binder | ImageBinder | |
reqFrom | object | |
_sync | bool | |
return | void |
protected abstract OnRequestScrollView ( |
||
box | ||
return | void |
protected OnRootCreated ( |
||
root | ||
return | void |
public PerformLayout ( |
||
lay | ||
return | void |
public PerformPaint ( |
||
p | ||
return | void |
public SetMaxSize ( float maxWidth, float maxHeight ) : void | ||
maxWidth | float | |
maxHeight | float | |
return | void |
public abstract SetSelection ( |
||
selRange | ||
return | void |