Infragistics(R) NetAdvantage(R) Windows Forms
ShouldSerializePadding() Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace > ControlBase Class : ShouldSerializePadding() Method

Indicates if the Padding property should be serialized.

Syntax

Visual Basic (Declaration) 
Protected Function ShouldSerializePadding() As Boolean
C# 
protected bool ShouldSerializePadding()

Return Value

True if the Padding property value differs from the default value

See Also