A Sandcastle Documented Class Library
SetMarkerStyle メソッド (property, markerLabel)
名前空間CFW.AspxCommonUIHelperSetMarkerStyle(FieldProperty, Image)
入力項目マーカー(横向き三角のgif)を必須/任意項目で切り替える
宣言の構文
C#Visual BasicVisual 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)のコントロール
使用例
CopyC#
//HomePageURLに設定
UIHelper.SetMarkerStyle(mMastClient.Properties.HomepageURL, HomepageMarker);

アセンブリ: CFW.common.AspxCommon (モジュール: CFW.common.AspxCommon) バージョン: 1.2.0.1 (1.2.0.1)