Sets padding space between the box boundaries and text.
SyntaxVB6
Copy Code
|
|---|
Public Sub SetTextPadding( _ |
C++
Copy Code
|
|---|
public: |
An integer value specifying the left padding size.
An integer value specifying the top padding size.
An integer value specifying the right padding size.
An integer value specifying the bottom padding size.
See Also