Method | Description | |
---|---|---|
MakeRoot ( ) : void | ||
ResetValidator ( ) : void | ||
StringRepSliceView ( int hvo ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnRightMouseUp ( System pt, System rcSrcRoot, System rcDstRoot ) : bool | ||
OnValidating ( System e ) : void |
This method seems to get called when we are switching to another tool (or area, or slice) AND when the program is shutting down. This makes it a good point to check constraints, since in some of these cases, SliceIsCurrent may not get set false.
|
Method | Description | |
---|---|---|
CanInsertEnvBar ( ) : bool | ||
CanInsertHashMark ( ) : bool | ||
CanInsertItem ( ) : bool | ||
CanInsertSlash ( ) : bool | ||
CanShowEnvironmentError ( ) : bool | ||
DoValidation ( bool refresh ) : void | ||
GetSelectionEndPoint ( bool fEnd ) : int | ||
ShowEnvironmentError ( ) : void |
protected OnRightMouseUp ( System pt, System rcSrcRoot, System rcDstRoot ) : bool | ||
pt | System | |
rcSrcRoot | System | |
rcDstRoot | System | |
return | bool |
public StringRepSliceView ( int hvo ) : System | ||
hvo | int | |
return | System |