CustomToolBarSetIndent Method |
Sets the indentation for the first button.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public void SetIndent(
int pPixels
)
Public Sub SetIndent (
pPixels As Integer
)
public:
void SetIndent(
int pPixels
)
member SetIndent :
pPixels : int -> unit
Parameters
- pPixels
- Type: SystemInt32
The pixels.
See Also