Property | Type | Description | |
---|---|---|---|
AWBEditor_DocumentChange | void | ||
AWBEditor_DoubleClick | void | ||
AWBEditor_Load | void | ||
GetAttributeValueFromPosition | string | ||
GotoNextBookmark | void | ||
InitializeComponent | void | ||
OnSelectionChanged | void | ||
ToggleBookmark | void |
Method | Description | |
---|---|---|
AWBEditor ( ) : System | ||
FoldAll ( ) : void | ||
FoldAll ( string target ) : void | ||
GetCommentForCurrentPosition ( ) : string | ||
InitForATLAS ( ) : void | ||
InitForText ( ) : void | ||
InitForXML ( ) : void | ||
SaveDocument ( ) : void | ||
ToggleWordWrap ( ) : bool | ||
UnfoldAll ( ) : void | ||
UnfoldAll ( string target ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnDragDrop ( |
||
OnDragEnter ( |
||
OnDragOver ( |
||
OnKeyDown ( |
||
OnLoad ( |
||
OnMouseDoubleClick ( |
Method | Description | |
---|---|---|
AWBEditor_DocumentChange ( object sender, |
||
AWBEditor_DoubleClick ( object sender, |
||
AWBEditor_Load ( object sender, |
||
GetAttributeValueFromPosition ( string attributeValue ) : string | ||
GotoNextBookmark ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnSelectionChanged ( object sender, |
||
ToggleBookmark ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetCommentForCurrentPosition ( ) : string | ||
return | string |
protected OnDragDrop ( |
||
drgevent | ||
return | void |
protected OnDragEnter ( |
||
drgevent | ||
return | void |
protected OnDragOver ( |
||
drgevent | ||
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnMouseDoubleClick ( |
||
e | ||
return | void |