Sets the value of a named property to the supplied int16 value
[Visual Basic]
Overloads Overrides Public Sub _SetPropertyValue( _
ByVal PropertyName As String , _
ByVal value As Short _
) [C#]
public override void _SetPropertyValue(
string PropertyName,
short value
);[JScript]
public override function _SetPropertyValue(
PropertyName : String ,
value : short
);ConstructorClass Class | ConstructorClass Members | Overload List
©2006 i3 Design Limited. All rights reserved.