This document is archived and information here might be outdated. Recommended version. |
Indicates if the specified corner should be displayed as a special corner label.
[Visual Basic .NET] Public Function get_CornerLabel ( _ ByVal corner As esriGridCornerEnum _ ) As Boolean
[Visual Basic .NET] Public Sub set_CornerLabel ( _ ByVal corner As esriGridCornerEnum, _ ByVal isCorner As Boolean _ )
[C#] public bool get_CornerLabel ( esriGridCornerEnum corner );
[C#] public void set_CornerLabel ( esriGridCornerEnum corner, bool isCorner );
[C++]
HRESULT get_CornerLabel(
esriGridCornerEnum corner,
Boolean* isCorner
);
[C++]
HRESULT put_CornerLabel(
esriGridCornerEnum corner,
VARIANT_BOOL isCorner
);
[C++] Parameters corner [in]
corner is a parameter of type esriGridCornerEnum isCorner [out, retval]
isCorner is a parameter of type bool* corner [in]
corner is a parameter of type esriGridCornerEnum isCorner [in]
isCorner is a parameter of type bool