IDirList.put_ShowTitle(Boolean) Method

Definition

Show or hide the title of the directory list.

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

Parameters

bShow
Boolean

true to show the title; false to hide it.

Returns

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

Attributes

Applies to