IDirList.put_ShowTitle(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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