C# Class TileIconifier.Forms.Shared.FrmIconSelector

Afficher le fichier Open project: Jonno12345/TileIconifier Class Usage Examples

Méthodes publiques

Свойство Type Description
ReturnedBitmapBytes byte[]
ReturnedImagePath string

Méthodes publiques

Méthode Description
GetImage ( IWin32Window owner, string defaultPathForIconExtraction = "" ) : IconSelectorResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BuildListView ( ) : void
FrmIconSelector ( string targetPath ) : System
GetLogoBytes ( ) : byte[]
HandlePathSelection ( string fileName ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PathTypeIsAnImageFile ( string path ) : bool
PathTypeIsForIconExtractor ( string path ) : bool
SetOpenFileDialogPaths ( string filePath ) : void
SetUpCommonDllComboBox ( ) : void
SetUpOpenFileDialog ( ) : void
SetUpTargetPath ( string targetPath ) : void
btnBrowseCustomImage_Click ( object sender, EventArgs e ) : void
btnBrowseIconPath_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnOk_Click ( object sender, EventArgs e ) : void
cmbCommonIconDlls_SelectedIndexChanged ( object sender, EventArgs e ) : void
lvwIcons_DrawItem ( object sender, DrawListViewItemEventArgs e ) : void
lvwIcons_MouseClick ( object sender, MouseEventArgs e ) : void
lvwIcons_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
lvwIcons_SelectedIndexChanged ( object sender, EventArgs e ) : void
txtImagePath_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetImage() public static méthode

public static GetImage ( IWin32Window owner, string defaultPathForIconExtraction = "" ) : IconSelectorResult
owner IWin32Window
defaultPathForIconExtraction string
Résultat IconSelectorResult

Property Details

ReturnedBitmapBytes public_oe property

public byte[] ReturnedBitmapBytes
Résultat byte[]

ReturnedImagePath public_oe property

public string ReturnedImagePath
Résultat string