1 reference to TVM_GETVISIBLECOUNT
System.Windows.Forms (1)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1339
public int VisibleCount => IsHandleCreated ? (int)PInvokeCore.SendMessage(this, PInvoke.
TVM_GETVISIBLECOUNT
) : 0;