Spread Windows Forms 10.0 Product Documentation
Set Method


Object containing the property
Flag indicating whether the property is set
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)
protected void Set( 
   object prop,
   bool f
)

Parameters

prop
Object containing the property
f
Flag indicating whether the property is set
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

RegionalSettings Class
RegionalSettings Members

 

 


Copyright © GrapeCity, inc. All rights reserved.