入力項目マーカー(横向き三角のgif)を必須/任意項目で切り替える

C# | Visual Basic | Visual C++ |
public static void SetMarkerStyle( FieldProperty property, Image markerLabel )
Public Shared Sub SetMarkerStyle ( _ property As FieldProperty, _ markerLabel As Image _ )
public: static void SetMarkerStyle( FieldProperty^ property, Image^ markerLabel )

- property (FieldProperty)
- 項目属性を格納したFieldProperty
- markerLabel (Image)
- 入力項目マーカー(横向き三角のgif)のコントロール


//HomePageURLに設定
UIHelper.SetMarkerStyle(mMastClient.Properties.HomepageURL, HomepageMarker);