Spread Windows Forms 7.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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

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