C# Class FirstFloor.ModernUI.Presentation.LinkGroupFilterable

Inheritance: LinkGroup
Datei anzeigen Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
OptionRecentlyClosedQueueSize int

Private Properties

Property Type Description
Link_Close void
Link_NewLink void
Link_PropertyChanged void
Remove void
SaveLinks void
SaveRecentlyClosed void

Public Methods

Method Description
AddAndSelect ( string value ) : void
Initialize ( ) : void
RestoreLastClosed ( ) : void

Private Methods

Method Description
Link_Close ( object sender, EventArgs e ) : void
Link_NewLink ( object sender, NewLinkEventArgs e ) : void
Link_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Remove ( LinkInput link ) : void
SaveLinks ( ) : void
SaveRecentlyClosed ( ) : void

Method Details

AddAndSelect() public method

public AddAndSelect ( string value ) : void
value string
return void

Initialize() public method

public Initialize ( ) : void
return void

RestoreLastClosed() public method

public RestoreLastClosed ( ) : void
return void

Property Details

OptionRecentlyClosedQueueSize public_oe static_oe property

public static int OptionRecentlyClosedQueueSize
return int