Search
SelectionOptions.FramePadding Property
See Also
 



Gets or sets the padding distance between selected items and the selection frame.

 Syntax

VB6  Copy Code

Public Property Get FramePadding() As Integer
Public Property Let FramePadding( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_FramePadding ()
void put_FramePadding (
    short value
)

 Property Value

A short integer specifying the padding distance. The default value is 0.

 See Also