Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / Set Method
Object containing the property
Flag indicating whether the property is set


In This Topic
Set Method (RegionalSettings)
In This Topic
Updates the bit map to indicate that a property has been set
Syntax
'Declaration
 
Protected Sub Set( _
   ByVal prop As Object, _
   ByVal f As Boolean _
) 
 
'Usage
 
Dim instance As RegionalSettings
Dim prop As Object
Dim f As Boolean
 
instance.Set(prop, f)

Parameters

prop
Object containing the property
f
Flag indicating whether the property is set
See Also