IDirList.put_ShowCheck(Boolean) Method

Definition

Show or hide the checkbox next to each item in the list.

public:
 int put_ShowCheck(bool bShow);
public:
 int put_ShowCheck(bool bShow);
int put_ShowCheck(bool bShow);
[System.Runtime.InteropServices.DispId(1610743814)]
public int put_ShowCheck (bool bShow);
[<System.Runtime.InteropServices.DispId(1610743814)>]
abstract member put_ShowCheck : bool -> int
Public Function put_ShowCheck (bShow As Boolean) As Integer

Parameters

bShow
Boolean

true to show the checkboxes; false to hide them.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Attributes

Applies to