Method | Description | |
---|---|---|
AddRow ( string mask, string info ) : void | ||
ContainsMask ( string filter ) : bool | ||
FilterTable ( bool dualMode, bool globalMode ) : System | ||
InitFrom ( |
||
InitFrom ( |
||
RemoveRow ( string mask ) : void | ||
SetupTable ( ) : void | ||
VisualizeFilter ( string mask ) : void | ||
VisualizeFilter ( string mask, string info, bool local ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
GetIconForMask ( string mask ) : Icon |
Method | Description | |
---|---|---|
DeleteRow ( Row row ) : void | ||
GetInfoForMask ( string mask ) : string | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnDragDrop ( object sender, DragEventArgs e ) : void | ||
OnDragEnter ( object sender, DragEventArgs e ) : void | ||
SaveToExcludes ( |
||
SaveToGlobalExcludes ( |
||
SaveToGlobalIncludes ( |
||
SaveToIncludes ( |
||
ToggleDualMode ( ) : void | ||
UpdateIconAndInfo ( int row ) : void | ||
table_CellPropertyChanged ( object sender, XPTable e ) : void | ||
table_KeyDown ( object sender, KeyEventArgs e ) : void | ||
table_MouseDoubleClick ( object sender, MouseEventArgs e ) : void |
public AddRow ( string mask, string info ) : void | ||
mask | string | |
info | string | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public FilterTable ( bool dualMode, bool globalMode ) : System | ||
dualMode | bool | |
globalMode | bool | |
return | System |
protected GetIconForMask ( string mask ) : Icon | ||
mask | string | |
return | Icon |
public InitFrom ( |
||
includes | ||
gincludes | ||
return | void |
public VisualizeFilter ( string mask ) : void | ||
mask | string | |
return | void |
public VisualizeFilter ( string mask, string info, bool local ) : void | ||
mask | string | |
info | string | |
local | bool | |
return | void |