This document is archived and information here might be outdated. Recommended version. |
The percent max.
[Visual Basic .NET]
Public Property PercentMax As Single
[C#]
public float PercentMax {get; set;}
[C++]
HRESULT get_PercentMax(
float pPercentMax
);
[C++]
HRESULT put_PercentMax(
System.Single* pPercentMax
);
[C++] Parameters pPercentMax [in]
pPercentMax is a parameter of type single pPercentMax [out, retval]
pPercentMax is a parameter of type single*