C# Class DroidExplorer.Core.UI.NativeApi

Mostra file Open project: camalot/droidexplorer

Public Methods

Method 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

Method 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 method

Determines whether Recent Document Tracking is Enabled.
public static IsRecentDocumentTrackingEnabled ( ) : bool
return bool

SetAllowDraggableColumns() public static method

public static SetAllowDraggableColumns ( this lv, bool enabled ) : void
lv this
enabled bool
return void

SetSortIcon() public static method

public static SetSortIcon ( this lv, int columnIndex, SortOrder order ) : void
lv this
columnIndex int
order SortOrder
return void

SetVistaExplorerStyle() public static method

public static SetVistaExplorerStyle ( this lv ) : void
lv this
return void

SetVistaExplorerStyle() public static method

public static SetVistaExplorerStyle ( this tv, bool fadeoutExpandos, bool showTreeLines ) : void
tv this
fadeoutExpandos bool
showTreeLines bool
return void