C# Class UIAutomation.Commands.Win32.Interop

Mostra file Open project: apetrovskiy/STUPS

Public Methods

Method Description
TreeView_SetCheckState ( HandleRef hwndTV, IntPtr hti, bool fCheck ) : IntPtr
TreeView_SetItemState ( HandleRef hwndTV, IntPtr hti, uint data, uint _mask ) : IntPtr

Private Methods

Method Description
INDEXTOSTATEIMAGEMASK ( int i ) : uint
SendMessage ( HandleRef hWnd, int msg, IntPtr wParam, IntPtr lParam ) : IntPtr

Method Details

TreeView_SetCheckState() public static method

public static TreeView_SetCheckState ( HandleRef hwndTV, IntPtr hti, bool fCheck ) : IntPtr
hwndTV System.Runtime.InteropServices.HandleRef
hti System.IntPtr
fCheck bool
return System.IntPtr

TreeView_SetItemState() public static method

public static TreeView_SetItemState ( HandleRef hwndTV, IntPtr hti, uint data, uint _mask ) : IntPtr
hwndTV System.Runtime.InteropServices.HandleRef
hti System.IntPtr
data uint
_mask uint
return System.IntPtr