C# Class Rsdn.Shortcuts.ShortcutManager

Inheritance: System.ComponentModel.Component, ISupportInitialize, IMessageFilter
Afficher le fichier Open project: rsdn/janus Class Usage Examples

Méthodes publiques

Свойство Type Description
_collection ShortcutCollection

Private Properties

Свойство Type Description
GetControlFromHandle System.Windows.Forms.Control
GetParent System.IntPtr
LoadCore void
SaveCore bool
TreeToHashtable void

Méthodes publiques

Méthode Description
BeginInit ( ) : void
EndInit ( ) : void
GetDesignDialog ( ) : IDialogContainer
LoadFromArray ( byte buffer ) : void
LoadFromStream ( Stream stream ) : void
LoadFromXml ( string path ) : void
LoadFromXmlNode ( XmlNode node ) : void
LoadPreset ( string name ) : void
PreFilterMessage ( Message &msg ) : bool
SaveCurrentAsPreset ( string name ) : void
SaveToArray ( ) : byte[]
SaveToStream ( Stream stream ) : bool
SaveToXml ( string path ) : bool
SaveToXmlNode ( ) : XmlNode
SaveToXmlNodePreset ( ) : XmlNode
ShortcutManager ( ) : System
ShowDesignMdi ( ) : void
ShowDesignModal ( ) : void
ShowDesignModal ( Control parent ) : void

Méthodes protégées

Méthode Description
FindShortcutNode ( Control control ) : CustomShortcut

Private Methods

Méthode Description
GetControlFromHandle ( IntPtr handle ) : Control
GetParent ( IntPtr hWnd ) : IntPtr
LoadCore ( Stream stream ) : void
SaveCore ( Stream stream ) : bool
TreeToHashtable ( ShortcutCollection node ) : void

Method Details

BeginInit() public méthode

public BeginInit ( ) : void
Résultat void

EndInit() public méthode

public EndInit ( ) : void
Résultat void

FindShortcutNode() protected méthode

protected FindShortcutNode ( Control control ) : CustomShortcut
control System.Windows.Forms.Control
Résultat CustomShortcut

GetDesignDialog() public méthode

public GetDesignDialog ( ) : IDialogContainer
Résultat IDialogContainer

LoadFromArray() public méthode

public LoadFromArray ( byte buffer ) : void
buffer byte
Résultat void

LoadFromStream() public méthode

public LoadFromStream ( Stream stream ) : void
stream Stream
Résultat void

LoadFromXml() public méthode

public LoadFromXml ( string path ) : void
path string
Résultat void

LoadFromXmlNode() public méthode

public LoadFromXmlNode ( XmlNode node ) : void
node System.Xml.XmlNode
Résultat void

LoadPreset() public méthode

public LoadPreset ( string name ) : void
name string
Résultat void

PreFilterMessage() public méthode

public PreFilterMessage ( Message &msg ) : bool
msg System.Windows.Forms.Message
Résultat bool

SaveCurrentAsPreset() public méthode

public SaveCurrentAsPreset ( string name ) : void
name string
Résultat void

SaveToArray() public méthode

public SaveToArray ( ) : byte[]
Résultat byte[]

SaveToStream() public méthode

public SaveToStream ( Stream stream ) : bool
stream Stream
Résultat bool

SaveToXml() public méthode

public SaveToXml ( string path ) : bool
path string
Résultat bool

SaveToXmlNode() public méthode

public SaveToXmlNode ( ) : XmlNode
Résultat System.Xml.XmlNode

SaveToXmlNodePreset() public méthode

public SaveToXmlNodePreset ( ) : XmlNode
Résultat System.Xml.XmlNode

ShortcutManager() public méthode

public ShortcutManager ( ) : System
Résultat System

ShowDesignMdi() public méthode

public ShowDesignMdi ( ) : void
Résultat void

ShowDesignModal() public méthode

public ShowDesignModal ( ) : void
Résultat void

ShowDesignModal() public méthode

public ShowDesignModal ( Control parent ) : void
parent System.Windows.Forms.Control
Résultat void

Property Details

_collection public_oe property

public ShortcutCollection _collection
Résultat ShortcutCollection