C# 클래스 UIAutomation.Commands.Win32.Interop

파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
TreeView_SetCheckState ( HandleRef hwndTV, IntPtr hti, bool fCheck ) : IntPtr
TreeView_SetItemState ( HandleRef hwndTV, IntPtr hti, uint data, uint _mask ) : IntPtr

비공개 메소드들

메소드 설명
INDEXTOSTATEIMAGEMASK ( int i ) : uint
SendMessage ( HandleRef hWnd, int msg, IntPtr wParam, IntPtr lParam ) : IntPtr

메소드 상세

TreeView_SetCheckState() 공개 정적인 메소드

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

TreeView_SetItemState() 공개 정적인 메소드

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
리턴 System.IntPtr