SetImageDescription() public method

public SetImageDescription ( string description ) : bool
description string
return bool
コード例 #1
0
ファイル: ListItem.cs プロジェクト: ABEMBARKA/monoUI
 public bool SetImageDescription(string description)
 {
     return(imageExpert.SetImageDescription(description));
 }
コード例 #2
0
ファイル: Button.cs プロジェクト: ABEMBARKA/monoUI
 public bool SetImageDescription(string description)
 {
     return(imageImplementor.SetImageDescription(description));
 }