C# Class DroidExplorer.Core.UI.NativeApi

Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode Description
IsRecentDocumentTrackingEnabled ( ) : bool

Determines whether Recent Document Tracking is Enabled.

SetAllowDraggableColumns ( this lv, bool enabled ) : void
SetSortIcon ( this lv, int columnIndex, SortOrder order ) : void
SetVistaExplorerStyle ( this lv ) : void
SetVistaExplorerStyle ( this tv, bool fadeoutExpandos, bool showTreeLines ) : void

Private Methods

Méthode Description
CoInitialize ( int pReserved ) : int
CoUninitialize ( ) : void
GetAsyncKeyState ( int vKey ) : short
GetDesktopWindow ( ) : IntPtr
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
SendMessage ( IntPtr hwnd, Int32 msg, IntPtr wParam, Microsoft.Win32.LVCOLUMN &lParam ) : IntPtr
SendMessage ( IntPtr hwnd, uint msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SendMessage ( IntPtr hWnd, UInt32 Msg, int wParam, IntPtr lParam ) : int
SendMessage ( IntPtr hWnd, UInt32 Msg, int wParam, int lParam ) : int
SendMessage ( IntPtr hwnd, uint msg, uint wParam, LVBKIMAGE lParam ) : int
SendMessage ( IntPtr hwnd, uint msg, uint wParam, uint lParam ) : int
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : void
SetWindowTheme ( IntPtr hWnd, string appName, string partList ) : int

Method Details

IsRecentDocumentTrackingEnabled() public static méthode

Determines whether Recent Document Tracking is Enabled.
public static IsRecentDocumentTrackingEnabled ( ) : bool
Résultat bool

SetAllowDraggableColumns() public static méthode

public static SetAllowDraggableColumns ( this lv, bool enabled ) : void
lv this
enabled bool
Résultat void

SetSortIcon() public static méthode

public static SetSortIcon ( this lv, int columnIndex, SortOrder order ) : void
lv this
columnIndex int
order SortOrder
Résultat void

SetVistaExplorerStyle() public static méthode

public static SetVistaExplorerStyle ( this lv ) : void
lv this
Résultat void

SetVistaExplorerStyle() public static méthode

public static SetVistaExplorerStyle ( this tv, bool fadeoutExpandos, bool showTreeLines ) : void
tv this
fadeoutExpandos bool
showTreeLines bool
Résultat void