NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontInfo.MergeWith

[To be supplied.]

[Visual Basic]
Public Sub MergeWith( _
   ByVal f As FontInfo _
)
[C#]
public void MergeWith(
   FontInfo f
);
[C++]
public: void MergeWith(
   FontInfo* f
);
[JScript]
public function MergeWith(
   f : FontInfo
);

Parameters

f
[To be supplied.]

See Also

FontInfo Class | FontInfo Members | System.Web.UI.WebControls Namespace