RelatedImageListAttribute(String) Oluşturucu

Tanım

RelatedImageListAttribute sınıfının yeni bir örneğini başlatır.

public:
 RelatedImageListAttribute(System::String ^ relatedImageList);
public RelatedImageListAttribute (string relatedImageList);
new System.Windows.Forms.RelatedImageListAttribute : string -> System.Windows.Forms.RelatedImageListAttribute
Public Sub New (relatedImageList As String)

Parametreler

relatedImageList
String

Özelliğin ImageList adı ile ilgilidir.

Açıklamalar

relatedImageList parametresi geçerli nesnenin bir özelliğine veya geçerli nesnenin bir özelliğinin özelliğine başvurabilir. Örneğin, bir özelliği içeren ListView nesne olarak ayarlanmış bir ListViewItem ListView nesneniz varsa ve içeren ListView nesnenin bir SmallImageList özelliği varsa, değer olarak relatedImageList geçirebilirsiniz"ListView.SmallImageList".

Şunlara uygulanır