Spread Windows Forms 6.0 Product Documentation
Set Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > RegionalSettings Class : Set Method


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

Glossary Item Box

Updates the bit map to indicate that a property has been set

Syntax

Visual Basic (Declaration) 
Protected Sub Set( _
   ByVal prop As Object, _
   ByVal f As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As RegionalSettings
Dim prop As Object
Dim f As Boolean
 
instance.Set(prop, f)
C# 
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.