TdxOfficeSearchBoxViewInfo.Properties Property
Provides access to the search box settings.
Declaration
property Properties: TdxOfficeSearchBoxProperties read;
Property Value
Type |
---|
TdxOfficeSearchBoxProperties |
Remarks
This property allows you to access the control’s settings that affect its appearance. The Properties property is particularly useful when custom drawing the Search Box control. For instance, you can use this property to take certain appearance settings into account.
See Also